home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NBC Slam Jams!
/
NBC Slam Jams!.iso
/
xtras
/
media_la
/
set_fx.dir
/
00066_Script_Cancel Button
< prev
next >
Wrap
Text File
|
1998-01-20
|
228b
|
11 lines
on mouseDown
global fxAddWin
if buttonHandler() then
if the frameLabel = "Add MIAW" then
if objectP(fxAddWin) then AddWindowCancel(fxAddWin,TRUE)
else
Cancel(TRUE)
end if
end if
end